ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBag Class / Get Method / Get<T1,T2>(PropertyBagKey<T1,T2>) Method
The public type of this property.
The marshaling type of this property.
The property key.

In This Topic
    Get<T1,T2>(PropertyBagKey<T1,T2>) Method
    In This Topic
    Gets the value of the property by using a PropertyBagKey<T1,T2>
    Syntax
    'Declaration
     
    Public Overloads Function Get
        (Of T1,T2)( _
       ByVal propertyKey As PropertyBagKey(Of T1,T2) _
    ) As T1
    public T1 Get<T1,T2>( 
       PropertyBagKey<T1,T2> propertyKey
    )

    Parameters

    propertyKey
    The property key.

    Type Parameters

    T1
    The public type of this property.
    T2
    The marshaling type of this property.

    Return Value

    Value of the property
    See Also